-
Home
-
Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories
-
4.5.0 (latest)
-
Code
-
Classes
- DBTableSchemaHandler
Total Complexity |
57 |
Dependencies |
1 |
Dependents |
0 |
Total lines |
428 |
Lines of code |
281 |
Logical lines of code |
144 |
Comment lines |
42 |
Methods |
23 |
Properties |
3 |
Methods 23
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
fixIndexes() |
A |
46 |
8 |
45 |
checkColumnSize() |
A |
47 |
7 |
34 |
createTable() |
A |
47 |
7 |
33 |
checkTableIndexes() |
S |
54 |
6 |
21 |
checkTableColumns() |
S |
52 |
5 |
24 |
getTableIndexes() |
S |
55 |
3 |
21 |
fixColumns() |
S |
64 |
3 |
10 |
getTableColumnDefinitions() |
S |
61 |
2 |
14 |
parseColumnType() |
S |
63 |
2 |
10 |
getColumnLength() |
S |
62 |
1 |
13 |
changeColumn() |
S |
74 |
1 |
4 |
addColumn() |
S |
74 |
1 |
4 |
getTableColumns() |
S |
75 |
1 |
4 |
__construct() |
S |
81 |
1 |
3 |
hasErrors() |
S |
80 |
1 |
3 |
resetErrors() |
S |
81 |
1 |
3 |
getErrors() |
S |
82 |
1 |
3 |
setTableName() |
S |
79 |
1 |
3 |
dropTable() |
S |
66 |
1 |
10 |
isTableExistent() |
S |
65 |
1 |
10 |
getTableName() |
S |
82 |
1 |
3 |
getTablePrefix() |
S |
82 |
1 |
3 |
registerError() |
S |
80 |
1 |
3 |